![]() |
Verb Constants |
Header: Quickdraw.h |
enum { frame = 0, paint = 1, erase = 2, invert = 3, fill = 4 };
Specifies the frame action.
Specifies the paint action.
Specifies the erase action.
Specifies the invert action.
Specifies the fill action.
When you use the StdRect, StdRRect, StdOval, StdArc, StdPoly, or StdRgn functions, these constants are used in the verb parameter to specify the type of action taken by those low-level drawing functions.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)